home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 October: Technology Seed / ADC Seed CD - October 1999.toast / FireWire / FireWire_2.1_SDK_DR3 / Source / FWiX / FWiXFamily / FWiXExpert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-17  |  727 b   |  33 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FWiXExpert.h
  3.  
  4.     Contains:    Definitions for FireWire File Exchange Expert.
  5.  
  6.     Written by:    Jay Lloyd
  7.  
  8.     Copyright:    © 1996-1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Writers:
  11.  
  12.         (jkl)    Jay Lloyd
  13.         (JL)    Jay Lloyd
  14.  
  15.     Change History (most recent first):
  16.  
  17.        <FW3>      4/8/99    jkl        Converted to use GDF services.
  18.        <FW2>     2/10/97    JL        Added IOCompletion routine definition.
  19.        <FWiX1>     10/2/96    JKL        initial check-in, copied from avt family
  20.  
  21. */
  22.  
  23. #ifndef __FWIXEXPERT__
  24. #define __FWIXEXPERT__
  25.  
  26. OSStatus FWXDeviceNotificationHandler(GDFDeviceEventDataPtr pGDFDeviceEventData);
  27.  
  28. typedef void (FWXIOCompletionProc) (ParmBlkPtr pParamBlock);
  29. typedef FWXIOCompletionProc *FWXIOCompletionProcPtr;
  30.  
  31.  
  32. #endif /* __FWIXEXPERT__ */
  33.